Applies a shadow behind the view. You can control color, blur radius, and x/y offset.
shadow?: { color: Color radius: number x?: number y?: number }
<Text shadow={{ color: "black", radius: 5, x: 2, y: 4 }} > Shadowed Text </Text>